home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-16 | 2.7 KB | 107 lines | [TEXT/MPS ] |
- # This makefile was produced at 12:03:04 AM on Sat, May 16, 1992 by
- # Makemake version 2.0d29 (9 Jan 90), by Rick Holzgrafe and scott douglass.
-
-
- .c.o ƒ .c
- {CPlus} {depDir}{default}.c -o {targDir}{default}.c.o {CPlusOptions}
-
- CPlusOptions = -mf -b -vtbl0 -i "{PatchWorksIncludes}"
-
- .vt.cp.o ƒ .vt.cp
- ProcessVTables {depDir}{default}.vt.cp {PVTOptions} ; move -y {default}.vt.cp.o {targDir}
-
- PVTOptions = -i "{PatchWorksIncludes}"
-
-
- :Objects: ƒ :
-
- TARGETS = Example
-
- DOT_H = "{PatchWorksIncludes}QDGlobals.h" Example.h ∂
- "{PatchWorksIncludes}Patch.h" "{PatchWorksIncludes}TestExtension.h" ∂
- "{PatchWorksIncludes}ScalperPatch.h" "{PatchWorksIncludes}Scalper.h"
-
- DOT_R = Example.r
-
- SRCS = ExtensionHeader.a Example.c Example.vt.cp
-
- OBJS = :Objects:ExtensionHeader.a.o :Objects:Example.c.o ∂
- :Objects:Example.vt.cp.o
-
- LIBS = "{PatchWorksLib}.o" "{CLibraries}CplusLib.o" "{CLibraries}StdCLib.o" ∂
- "{Libraries}Runtime.o" "{Libraries}Interface.o"
-
- RES = Example.r
-
- COUNT = Count
- COUNTOPTS =
- CTAGS = Ctags
- CTAGSOPTS = -p -local -update
- DELETE = Delete
- DELETEOPTS = -i
- FILES = Files
- FILESOPTS = -l
- LIB = Lib
- LIBOPTS =
- LINK = Link
- LINKOPTS =
- MAKEFILE = Makefile
- PRINT = Print
- PRINTOPTS =
- REZ = Rez
- SETFILE = SetFile
- SETFILEOPTS = -t 'MPST' -c 'MPS '
-
-
- COptions = -i "{PatchWorksIncludes}"
-
- ROptions = -a
-
- Example ƒƒ {OBJS} {LIBS}
- {LINK} -d -map > Example.LinkMap -d -rt 'INIT' -m ExtensionMain -ra Example=resLocked,resSysHeap -sg Example -o {Targ} ∂
- {OBJS} {LIBS}
-
- Example ƒƒ {RES} ∂
- Example.π.rsrc
- {REZ} {ROptions} -o {Targ} {RES}
-
- Example ƒƒ {OBJS} {LIBS} {RES} ∂
- Example.π.rsrc
- {SETFILE} -t 'INIT' -c 'XMPL' -a B {Targ}
-
-
-
- clean ƒ
- {DELETE} {DELETEOPTS} {OBJS}
-
- clobber ƒ clean
- {DELETE} {DELETEOPTS} {TARGETS}
-
- count ƒ
- {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
-
- files ƒ
- {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} ∂
- Makefile.Header {OBJS}
-
- print ƒ
- {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} Makefile.Header
-
- tags ƒ {DOT_H} {SRCS}
- {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
-
-
-
- :Objects:Example.c.o ƒ ∂
- "{PatchWorksIncludes}ShowIconFamily.h" "{PatchWorksIncludes}QDGlobals.h" ∂
- "{PatchWorksIncludes}Exceptions.h" "{PatchWorksIncludes}Extension.h" ∂
- Example.h "{PatchWorksIncludes}GenericPatch.h" ∂
- "{PatchWorksIncludes}Patch.h" "{PatchWorksIncludes}TestExtension.h" ∂
- "{PatchWorksIncludes}ScalperPatch.h" "{PatchWorksIncludes}Scalper.h"
-
- :Objects:Example.vt.cp.o ƒ ∂
- Example.h "{PatchWorksIncludes}GenericPatch.h" ∂
- "{PatchWorksIncludes}Patch.h" "{PatchWorksIncludes}TestExtension.h" ∂
- "{PatchWorksIncludes}Extension.h" "{PatchWorksIncludes}ScalperPatch.h" ∂
- "{PatchWorksIncludes}Scalper.h"
-